home *** CD-ROM | disk | FTP | other *** search
/ Avalanche Ranch: Clip Ar… Song Lyrics & Decorating / Avalanche Ranch: Clip Art, Song Lyrics & Decorating - Disc 2.iso / mac / media / menu_4.swf / scripts / DefineSprite_17_menu1_item / frame_2 / PlaceObject2_2_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-11-03  |  263b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(!_parent.isSelected)
  3.    {
  4.       if(_alpha > 0)
  5.       {
  6.          _alpha = _alpha * 0.9;
  7.          if(_alpha < 2)
  8.          {
  9.             _parent.deselect = 0;
  10.             _parent.gotoAndStop(1);
  11.          }
  12.       }
  13.    }
  14. }
  15.